net/http.http2roundRobinWriteScheduler.head (field)

12 uses

	net/http (current package)
		h2_bundle.go#L12136: 	head *http2writeQueue
		h2_bundle.go#L12160: 	if ws.head == nil {
		h2_bundle.go#L12161: 		ws.head = q
		h2_bundle.go#L12167: 		q.prev = ws.head.prev
		h2_bundle.go#L12168: 		q.next = ws.head
		h2_bundle.go#L12181: 		ws.head = nil
		h2_bundle.go#L12185: 		if ws.head == q {
		h2_bundle.go#L12186: 			ws.head = q.next
		h2_bundle.go#L12219: 	if ws.head == nil {
		h2_bundle.go#L12222: 	q := ws.head
		h2_bundle.go#L12225: 			ws.head = q.next
		h2_bundle.go#L12229: 		if q == ws.head {